Gets an IEnumerator that iterates though the collection.

Namespace:  C1.Olap
Assembly:  C1.Silverlight.Olap.4 (in C1.Silverlight.Olap.4.dll)

Syntax

C#
IEnumerator IEnumerable.GetEnumerator()
Visual Basic
Private Function GetEnumerator As IEnumerator
	Implements IEnumerable.GetEnumerator

Return Value

An IEnumerator that iterates though the collection.

Implements

IEnumerable..::..GetEnumerator()()()()

See Also